STEP 7: You can change strings so that you're working with all lowercase letters, no matter what the user enters.
The .lower() command makes a string lowercase. For example, "hOUse" would become "house".
- Click on the LOGIC tab in your toolkit. Click on . Drag out Lower Case.
- Change the variable to the left of the equal sign to pluto_ans.
- Change the variable in front of .lower() to pluto_ans.
To navigate the page using the TAB key, first press ESC to exit the code editor.